{
  "resourceType": "ServiceRequest",
  "id": "ExampleSRSurgeonForDispanserisation",
  "meta": {
    "profile": [
      "https://fhir.by/StructureDefinition/ServiceRequestConsult"
    ]
  },
  "extension": [
    {
      "url": "https://fhir.by/StructureDefinition/SpecialtyCode",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.by/ValueSet/ServiceSpecialtyBy",
            "code": "C010",
            "display": "Детская хирургия"
          }
        ]
      }
    },
    {
      "url": "https://fhir.by/StructureDefinition/RequestFromOrganization",
      "valueReference": {
        "reference": "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
      }
    }
  ],
  "status": "active",
  "intent": "directive",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.by/ValueSet/HealthcareServiceCategory",
          "code": "02/3",
          "display": "Амбулаторно-поликлиническая помощь детскому населению"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "concept": {
      "coding": [
        {
          "system": "https://fhir.by/ValueSet/HealthcareServiceTypeB",
          "code": "B04-010-001",
          "display": "Диспансерный прием (осмотр, консультация) врача - детского хирурга"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "authoredOn": "2024-04-04",
  "requester": {
    "reference": "PractitionerRole/ExamplePediatricianRole"
  },
  "performer": [
    {
      "reference": "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  ],
  "reason": [
    {
      "concept": {
        "text": "Осмотр детским хирургом в рамках диспансеризации"
      }
    }
  ]
}